home *** CD-ROM | disk | FTP | other *** search
/ Startware 8 / startware 8.iso / data / Software / Internet / Explorer4 / ICW95.CAB / icw95.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-07-18  |  12.1 KB  |  317 lines

  1. ;==============================================================================================
  2. ; Internet Connection Wizard install script Win95
  3. ; Windows 95 version installs Scripting Self-Extractor in \windows\system.
  4. ;==============================================================================================
  5.  
  6. [version]
  7. signature="$CHICAGO$"
  8. AdvancedINF=2.5, "%ERROR_WRONG_ADVPACK_VERSION%"
  9.  
  10. [DefaultInstall]
  11. SmartReboot= N
  12. CustomDestination= CustInstDestSection
  13. DelFiles=DeleteICW
  14. DelDirs=DeleteICWDir
  15. CopyFiles=CopyINF, CopySYS, CopyOTHER, CopyHELP, Copy95Only
  16. AddReg=ICW.RegEntries
  17. DelReg=ICW.BadRegEntries
  18. RegisterOCXs=RegisterICWSection
  19. PerUserInstall=ICW.Stub.Add
  20. UpdateInis=UPD.Links
  21. ComponentName=ICW
  22.  
  23. [ICW.Stub.Add]
  24. ComponentName=ICW
  25. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\icw95.inf,PerUserStub
  26.  
  27. [PerUserStub]
  28. CustomDestination= CustInstDestSection
  29. UpdateInis=UPD.Links
  30.  
  31. [Uninstall]
  32. SmartReboot= N
  33. CustomDestination= CustInstDestSection
  34. DelFiles=DeleteICW
  35. DelDirs=DeleteICWDir
  36. CopyFiles=CopyINF, CopySYS, CopyOTHER, CopyHELP, Copy95Only
  37. UpdateInis=UPD.Links
  38. AddReg=ICW.RegEntries
  39. DelReg=ICW.BadRegEntries
  40. RegisterOCXs=RegisterICWSection
  41. PerUserInstall=ICW.Stub.Remove
  42. ComponentName=ICW
  43.  
  44. [ICW.Stub.Remove]
  45. ComponentName=ICW
  46. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\icw95.inf,PerUserRemove
  47.  
  48. [PerUserRemove]
  49. UpdateInis=UPD.Links.Remove
  50.  
  51. ;==============================================================================================
  52. ; These are the directory specifications.
  53. ;==============================================================================================
  54. [CustInstDestSection]
  55. 49000,49001,49002,49003= ProgramFilesDir,5
  56. 49100,49101,49102,49103= IEFilesDir,7
  57. 49200,49201,49202,49203= ICWFilesDir,5
  58. 49300,49301,49302,49303= OldICWDir,5
  59.  
  60. [ProgramFilesDir]
  61. HKLM,"%KEY_PROGRAM_FILES%",'ProgramFilesDir',,"%24%"
  62.  
  63. [IEFilesDir]
  64. HKLM,"%KEY_IEDIR%","Path","%IE_REQUIRED%",'%49001%\%IEDIR%'
  65.  
  66. [ICWFilesDir]
  67. HKLM,"%KEY_ICW%",,,'%49101%\%ICWDIR%'
  68.  
  69. [OldICWDir]
  70. HKLM,"%KEY_ICW%",,,"%49001%\%OLD_ICWDIR%"
  71.  
  72. [DestinationDirs]
  73. CopyHELP  = 18  ; LDID_HELP
  74. CopySYS   = 11  ; LDID_SYS
  75. CopyINF   = 17  ; LDID_INF
  76. Copy95Only  = 11        ; LDID_SYS
  77. CopyOTHER = 49200
  78. DeleteICW = 49300
  79.  
  80. ;==============================================================================================
  81. ; This is the RegisterOCXs section
  82. ;==============================================================================================
  83. [RegisterICWSection]
  84. %11%\inetcfg.dll
  85.  
  86. ;==============================================================================================
  87. ; These are the File Copy sections.
  88. ;==============================================================================================
  89. ; ---------------------------------------------------------------------------------------------
  90. ; These are the files copied as part of the default install. They are put in C:\Windows\System
  91. ; ---------------------------------------------------------------------------------------------
  92. [Copy95Only]
  93. inet16.dll,,,32
  94. icfg95.dll,,,32
  95. icwscrpt.exe,,,32
  96. [CopySYS]
  97. inetcfg.dll,,,32
  98. isign32.dll,,,32
  99. icwdial.dll,,,32
  100. icwphbk.dll,,,32
  101. ; ---------------------------------------------------------------------------------------------
  102. ; These are the files copied as part of the default install. They are put in:
  103. ; <User Install Directory>\Internet Explorer\Connection Wizard
  104. ; ---------------------------------------------------------------------------------------------
  105. [CopyOTHER]
  106. icwconn1.exe,,,32
  107. icwconn2.exe,,,32
  108. inetwiz.exe,,,32
  109. isignup.exe,,,32
  110. icwdl.dll,,,32
  111. icwx25a.dun
  112. icwx25b.dun
  113. icwx25c.dun
  114. icwip.dun
  115. phone.icw
  116. state.icw
  117. msicw.isp
  118. msn.isp
  119. readme.txt
  120. support.icw
  121. ; ---------------------------------------------------------------------------------------------
  122. ; These are the files copied as part of the default install. They are put in C:\Windows\INF
  123. ; ---------------------------------------------------------------------------------------------
  124. [CopyINF]
  125. icw95.INF
  126. ; ---------------------------------------------------------------------------------------------
  127. ; These are the files copied as part of the default install. They are put in C:\Windows\Help
  128. ; ---------------------------------------------------------------------------------------------
  129. [CopyHELP]
  130. connect.hlp
  131. connect.cnt
  132.  
  133. ;==============================================================================================
  134. ; These are the File Delete sections.
  135. ;==============================================================================================
  136. ; ---------------------------------------------------------------------------------------------
  137. ; These are the files deleted as part of the default install.  This removes previous versions
  138. ; of the Internet Connection Wizard.
  139. ; ---------------------------------------------------------------------------------------------
  140. [DeleteICWDir]
  141. %49300%
  142.  
  143. [DeleteICW]
  144. icwconn1.exe
  145. icwconn2.exe
  146. inetwiz.exe
  147. isignup.exe
  148. icwdl.dll
  149. icwx25a.dun
  150. icwx25b.dun
  151. icwx25c.dun
  152. icwip.dun
  153. phone.icw
  154. state.icw
  155. msicw.isp
  156. msn.isp
  157. support.icw
  158.  
  159. ;==============================================================================================
  160. ; These are the Source sections which tell the setup engine where the appropriate files are.
  161. ;==============================================================================================
  162. [SourceDisksNames]
  163. 55="%ICWNAME%",icw95.cab,0
  164.  
  165. [SourceDisksFiles]
  166. inet16.dll=55
  167. icfg95.dll=55
  168. icwscrpt.exe=55
  169. inetcfg.dll=55
  170. isign32.dll=55
  171. icwdial.dll=55
  172. icwphbk.dll=55
  173. icwconn1.exe=55
  174. icwconn2.exe=55
  175. inetwiz.exe=55
  176. isignup.exe=55
  177. icwdl.dll=55
  178. icwx25a.dun=55
  179. icwx25b.dun=55
  180. icwx25c.dun=55
  181. icwip.dun=55
  182. phone.icw=55
  183. state.icw=55
  184. msicw.isp=55
  185. msn.isp=55
  186. icw95.INF=55
  187. connect.hlp=55
  188. connect.cnt=55
  189. readme.txt=55
  190. support.icw=55
  191.  
  192. ;==============================================================================================
  193. ; This creates the Start Menu links.
  194. ;==============================================================================================
  195. [UPD.Links]
  196. setup.ini, progman.groups,,"ICW11=""%PGMGRP%"""
  197. ; ICW item
  198. setup.ini, ICW11,,"""%PGMITEM_ICW%"",""%49200%\ICWCONN1.EXE"""
  199.  
  200. ; Delete obsolete start menu items
  201. setup.ini, progman.groups,,"ICW10=""%PGMDEL%"""
  202. ; INETWIZ menu item
  203. setup.ini, ICW10,,"""%ITEMDEL_INETWIZ%""",,,
  204. ; old ICW menu item
  205. setup.ini, ICW10,,"""%ITEMDEL_GETON%""",,,
  206.  
  207. [UPD.Links.Remove]
  208. setup.ini, progman.groups,,"ICW11=""%PGMGRP%"""
  209. ; ICW item
  210. setup.ini, ICW11,,"""%PGMITEM_ICW%"""
  211.  
  212. ;==============================================================================================
  213. ; These are the Registry ADD sections.
  214. ;==============================================================================================
  215. ; ---------------------------------------------------------------------------------------------
  216. ; These are the registry entries for installation.
  217. [ICW.RegEntries]
  218. ; File associations
  219. HKCR,.ins,,0,x-internet-signup
  220. HKCR,.ins,"Content Type",0,application/x-internet-signup
  221. HKCR,.isp,,0,x-internet-signup
  222. HKCR,.isp,"Content Type",0,application/x-internet-signup
  223. ; ---------------------------------------------------------------------------------------------
  224. ; MIME execution options
  225. HKCR,x-internet-signup,,0,"%INET_COMM_SETTINGS%"
  226. HKCR,x-internet-signup,EditFlags,1,00,00,00,00
  227. HKCR,x-internet-signup\Shell,,0,""
  228. HKCR,x-internet-signup\Shell\Open,EditFlags,1,01,00,00,00
  229. HKCR,x-internet-signup\Shell\Open\command,,0,""""%49201%\ISIGNUP.EXE""" %%1"
  230. HKCR,x-internet-signup\DefaultIcon,,0,"%49201%\ICWCONN1.EXE,0"
  231. ; ---------------------------------------------------------------------------------------------
  232. ; MIME database extensions
  233. HKCR,"MIME\Database\Content Type\application/x-internet-signup",Extension,0,.ins
  234. ; ---------------------------------------------------------------------------------------------
  235. ;       Software Version
  236. HKLM,"%KEY_ICW%",Version,,"%Version%"
  237. HKLM,"%KEY_ICW%",InstallationDirectory,,"%49200%"
  238. ; ---------------------------------------------------------------------------------------------
  239. ; App Paths
  240. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ICWCONN1.EXE",,,"%49201%\ICWCONN1.EXE"
  241. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ICWCONN1.EXE","Path",,"%49201%;"
  242. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ICWCONN2.EXE",,,"%49201%\ICWCONN2.EXE"
  243. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ICWCONN2.EXE","Path",,"%49201%;"
  244. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ISIGNUP.EXE",,,"%49201%\ISIGNUP.EXE"
  245. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\ISIGNUP.EXE","Path",,"%49201%;"
  246. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\INETWIZ.EXE",,,"%49201%\INETWIZ.EXE"
  247. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\INETWIZ.EXE","Path",,"%49201%;"
  248. ; ---------------------------------------------------------------------------------------------
  249. ; Default Product Code
  250. HKLM,"Software\Microsoft\Internet Connection Wizard","Default Product Code",,"IE4Beta"
  251. ; ---------------------------------------------------------------------------------------------
  252. ; Release Product Information
  253. HKLM,"Software\Microsoft\Internet Connection Wizard","Release Product",,"IE"
  254. HKLM,"Software\Microsoft\Internet Connection Wizard","Release Product Version",,"4.0"
  255. ; ---------------------------------------------------------------------------------------------
  256. ; Uninstall command and minimum IE version
  257. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ICW","QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSectionEx %17%\icw95.inf,Uninstall,,256"
  258. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\ICW","RequiresIESysFile",,"4.71"
  259. ; ---------------------------------------------------------------------------------------------
  260. ; Delete these reg keys, no one uses them.
  261. [ICW.BadRegEntries]
  262. HKCR,.ins,EditFlags
  263. HKCR,.isp,EditFlags
  264.  
  265. [Strings]
  266. ;==============================================================================================
  267. ; Important - Be sure to place any localizable strings
  268. ; below the "Localization Border" Comment
  269. ;==============================================================================================
  270. KEY_ICW = "SOFTWARE\Microsoft\Internet Connection Wizard"
  271. KEY_OLD_ICW = "SOFTWARE\Microsoft\ICW"
  272. KEY_IEDIR = "SOFTWARE\Microsoft\IE4\Setup"
  273. KEY_PROGRAM_FILES = "SOFTWARE\Microsoft\Windows\CurrentVersion"
  274.  
  275. VALUE_ICW_INSTALL = "InstallationDirectory"
  276. Version = "1.10"
  277. ICWNAME = "Internet Connection Wizard"
  278.  
  279. ;==============================================================================================
  280. ; Localization Border
  281. ;
  282. ; No Strings above this line should be localized
  283. ; All strings below this line should be localized
  284. ;==============================================================================================
  285. ProgramFiles = "Programmi"
  286. IEDIR = "Internet Explorer"
  287. OLD_ICWDIR = "ICW-Internet Connection Wizard"
  288. ICWDIR = "Connection Wizard"
  289.  
  290. ProgramFiles_SFN = "Progra~1"     ; first 6 chars of Program Files, + "~1"
  291. IEDIR_SFN = "Intern~1"
  292. OLD_ICWDIR_SFN = "ICW-In~1"
  293. ICWDIR_SFN = "Connec~1"
  294.  
  295. ProgramFiles_SFN_OEM = "Progra~1"     ; first 6 chars of Program Files, + "~1" - in OEM codepage (not ANSI)
  296. IEDIR_SFN_OEM = "Progra~2"
  297. OLD_ICWDIR_SFN_OEM = "ICW-In~1"     ; uses OEM codepage (not ANSI)
  298. ICWDIR_SFN_OEM = "Connec~1"     ; uses OEM codepage (not ANSI)
  299.  
  300. ;Program Folder and item names
  301. PGMGRP = "Internet Explorer"
  302. PGMITEM_ICW = "Connessione guidata"
  303. PGMDEL = "Accessori\Accesso a Internet"
  304. ITEMDEL_INETWIZ = "Installazione guidata Internet"
  305. ITEMDEL_GETON = "Connessione guidata Internet"
  306.  
  307. ;Prompt for Destination
  308. INSTALL_DIR_PROMPT = "Immettere la directory in cui verrα installata la Connessione guidata Internet"
  309.  
  310. ;Error Messages
  311. ERROR_ENGINE_NOTFOUND = "Impossibile trovare il programma di installazione necessario. Interruzione in corso..."
  312. ERROR_WRONG_ADVPACK_VERSION = "╚ necessaria una versione pi∙ recente di Advpack.dll"
  313. IE_REQUIRED = "╚ necessario Internet Explorer 4.0 per eseguire il prodotto."
  314.  
  315. ;Friendly name of MIME type
  316. INET_COMM_SETTINGS = "Impostazioni della comunicazione su Internet"
  317.